home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / scincprs.sit / Command stack / background_2690.txt < prev    next >
Text File  |  1991-02-03  |  2KB  |  100 lines

  1. -- background: 2690 from stack: in
  2. -- bmap block id: 4788
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: SearchBackground
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=267 top=303 right=334 bottom=299
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 26425 / 26425
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual scroll left
  23.   go next card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=225 top=300 right=336 bottom=255
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 902 / 902
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Previous
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual scroll right
  43.   go previous card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (field)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=476 top=309 right=342 bottom=512
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 3
  56. -- text size: 18
  57. -- style flags: 256
  58. -- line height: 24
  59. -- part name: cardNum
  60.  
  61.  
  62. -- part 4 (button)
  63. -- low flags: 00
  64. -- high flags: A000
  65. -- rect: left=11 top=285 right=335 bottom=93
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 1000 / 1000
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Reference Stack
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual iris close
  77.   go "References"
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 5 (button)
  83. -- low flags: 00
  84. -- high flags: 2003
  85. -- rect: left=123 top=293 right=310 bottom=180
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 1009 / 1009
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Index
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   visual iris open
  97.   go card 1
  98. end mouseUp
  99.  
  100.